自已碼的東西一段時間沒看,港覺不像自已寫的一樣…(冏
著個時侯就需要註解提示提示啦^^
註解的方法有: 單行註解、多行註解
單行註解
#Single comment here
多行註解
'''
Write multiple lines here
Write multiple lines here
Write multiple lines here
'''
vim編輯模式:
/ 搜尋字串
i 編輯
Esc 跳出
! 強制
:w 存檔
:q 退出vi
:wq 存檔並退出vi
:x 存檔並退出vi